-
Notifications
You must be signed in to change notification settings - Fork 3.8k
pbr: update to 1.2.1-r35 #28037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pbr: update to 1.2.1-r35 #28037
Conversation
pbr 1.2.1-r35 Makefile: * split uci-defaults into different purpose files * add handling of netifd integration Config: * update with default values for all options (thanks @betonmischer86) Init-script: * add netifd integration handling * add ip() function to emulate ip rule replace * add netbird intrfaces support (thanks @egc112) * reorganize loading/handling of options in load_package_config() * improve display of interface triggers in service_triggers() * remove chains cleanup from stop_service() due to exclusive use of fw4 nft files * improve status_service() output * drop input and postrouting as valid options for policy chain Uci-defaults files: * 91-pbr-nft: cosmetic improvements Default nft files: * drop use of input and postrouting chanins Custom User files: * dns-prefetch: functional improvements (thanks @betonmischer86) Signed-off-by: Stan Grishin <[email protected]>
|
I get some trailing whitespaces errors when I try to apply this on my local repo: |
Thank you, these will be addressed in 1.2.1-r41 |
|
It looks like the latest changes break firewall. |
Not really a solution (yet) but I checked and postrouting is also removed from LuCi so maybe you have old rules in your config using postrouting which are no longer valid? |
But the file is still there in this repo: So maybe @stangri simply forgot to delete the files here? |
Maintainer: me
Compile tested: x86_64, Dell EMC Edge 620, OpenWrt 24.10.3
Run tested: x86_64, Dell EMC Edge 620, OpenWrt 24.10.3
Description:
Makefile:
Config:
Init-script:
Uci-defaults files:
Default nft files:
Custom User files: